Array
(
    [description] => SELECT
            s.page_id,
            s.parent_id,
            s.page_title_ua as page_title,
            u.point_url,
            u.point_type,
            u.point_page,
            u.point_php_code,
            u.point_package,
            u.point_template,
            s.active_ua
     	FROM cms_structure as s, cms_entry_points as u
        WHERE
            s.active_ua = 1
            AND u.page_id = s.page_id
            AND u.active = 1
            AND (u.point_url = 'kurs2016ua/04process/02doslidjennya/%D0%9A%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%B9%20%D1%81%D0%BF%D0%B8%D1%81%D0%BE%D0%BA%20%D1%96%D0%BD%D1%82%D0%B5%D1%80%D0%B2'%D1%8E%D0%B2%D0%B0%D0%BD%D0%BD%D1%8F%20%D1%89%D0%BE%D0%B4%D0%BE%20%D0%B1%D1%96%D0%BE%D0%B3%D1%80%D0%B0%D1%84%D1%96%D1%97.%20%D0%9C%D0%BE%D0%BB%D0%BE%D0%B4%D1%88%D1%96%20%D0%BA%D0%BB%D0%B0%D1%81%D0%B8.doc' )
            LIMIT 1
    [time] => 0.00014996528625488
    [error] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' )
            LIMIT 1' at line 17
)